DX11 GET CAPTURE CARET OFFSET

Retrieves the current input position (would-be caret position) relative to the beginning of the currently captured string.
The caret position can be changed programatically by using the DX11 SET CARET OFFSET / DX11 SET CARET POSITION functions
or by the user using the arrow keys or the home and end keys on his keyboard. The position also automatically changed as characters
are inserted or removed from the captured string.

  Syntax
Return Dword = DX11 GET CAPTURE CARET OFFSET()
  Parameters
This function does not take any parameters.

  Returns

The current offset from the beginning of the captured string at which the input caret is.

  See also

INPUT Functions Menu
DX11 Function Categories